home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 1997 February
/
Windows News CD #1 - Fev 97.iso
/
share
/
gesmicro
/
decomp.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
TIS-620 (detected)
UTF-8
Wrap
DOS Batch File
|
1997-01-22
|
257 b
|
13 lines
@echo off
cls
echo ╔═════════════════════════════════════════════════╗
echo ║ DECOMPRESSION DES FICHIERS ║
echo ╚═════════════════════════════════════════════════╝
echo .
c:
cd %1
pkunzip *.zip
del *.zip
del pkunzip.exe
cls